home *** CD-ROM | disk | FTP | other *** search
/ Micromanía: 150 Juegos 2010 / 150Juegos_16.iso / Shareware / Shape Smash / shape-smash.swf / scripts / mx / core / IFlexModule.as < prev    next >
Encoding:
Text File  |  2010-05-14  |  205 b   |  11 lines

  1. package mx.core
  2. {
  3.    public interface IFlexModule
  4.    {
  5.       function set moduleFactory(param1:IFlexModuleFactory) : void;
  6.       
  7.       function get moduleFactory() : IFlexModuleFactory;
  8.    }
  9. }
  10.  
  11.